projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfabd9a
)
(direct_output_for_insert): Pass new arg to compute_char_face.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 20 Nov 1993 09:43:03 +0000
(09:43 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 20 Nov 1993 09:43:03 +0000
(09:43 +0000)
src/dispnew.c
patch
|
blob
|
history
diff --git
a/src/dispnew.c
b/src/dispnew.c
index 8e6e3a422fc9e7995b49745251be6145567bf9a9..dac5c164356d324d7bfc7b2e8c945a777f49b095 100644
(file)
--- a/
src/dispnew.c
+++ b/
src/dispnew.c
@@
-891,7
+891,7
@@
direct_output_for_insert (g)
{
#ifdef HAVE_X_WINDOWS
int dummy;
- int face = compute_char_face (frame, w, point - 1, -1, -1, &dummy);
+ int face = compute_char_face (frame, w, point - 1, -1, -1, &dummy
, point
);
#else
int face = 0;
#endif